EnableWinHTTP

Boolean

true

Purpose

The EnableWinHTTP parameter enables the use of the Microsoft Windows HTTP Services (WinHTTP) library to perform low‑level network communications for server‑type environments.

If WinHTTP is not installed, WinINET is used if it is enabled (that is, it is set to true).

If the EnableWinHTTP parameter and the EnableWinINET parameter are both set to true, WinHTTP is used in preference to the Microsoft Windows Internet application programming interface (WinINET). If both parameters are set to false, Windows HTTP Services and the Windows Internet application programming interface are disabled and a Web consumer can use only the JADE Direct scheme (that is, jadehttp.tcp).

WinHTTP proxy settings are configured using the netsh winhttp tool. For details about configuring Internet proxy settings, see the relevant Microsoft documentation.

Parameter is read when …

The node is started.